gtk/gtklevelbar.c: Fix build on non-C99 compilers
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 15 Aug 2012 07:52:01 +0000 (15:52 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 16 Aug 2012 05:42:13 +0000 (13:42 +0800)
commit628892bce8910976817037cb8de84794a0cb6883
treea3d79cc88090ce9e5b77050d65024e12ca484628
parentc88a969d13b380bacdbd236f8961832f16708541
gtk/gtklevelbar.c: Fix build on non-C99 compilers

-Include fallback-c89.c for the usage of round(), where an implementation
 of round() is provided for compilers that don't have it
-Use g_ascii_strtod() instead of strtof as strtof() may not be universally
 available.
gtk/gtklevelbar.c